php forum
php mysql forum
php mysql smarty
 
Page 1 of 5 1 2 3 4 5 >
Topic Options
#155211 - 10/28/02 12:57 AM [6.3.x] [beta] ubb.db v2.9
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Name: ubb.db

Description: Adds a plug-n-play file database to your site with ubb authentication.

Original Author: Cal (thank you for permission to distribute laugh )

Credits and Thank yous:
- LK for the majority of the grunt work updating from the v5 series it was written for and adding additional admin features smile
- Mark Badolato for code optimization and putting up with my questions wink
- Charles for code assistance smile
- Burak for code assistance smile
- Clankiller for bugfixes smile

Link: http://www.ubbdev.com/ubb/upload/00000494/ubbdb.zip

Demo: http://www.ubbdev.com/ubbcgi/db.cgi

Requirement: UBB™ 6.3+

Install Notes:
- Unzip the file and upload the cgi-bin contents to your ubb cgi directory in ascii, setting permissions to 755. Upload the /uploads folder to your ubb non-cgi directory and set permissions to 777.
- Access your admin at db.cgi?action=admin there are some 'starter' categories in there you can edit.
- A method was added to make using additional file types easir to upload. Line # 282:

Quote:
code:</font><hr />
Code:
my ($base, $path, $ext) = fileparse($zip, qr{.(zip|txt|jpg)});
<hr /></blockquote>Change the (zip|txt|jpg) to add whatever file types you need. For example, to add .gif file, you would change that line to read:
<blockquote><font class="small">code:
[qb]
Code:
my ($base, $path, $ext) = fileparse($zip, qr{.(zip|txt|gif|jpg)});
[/qb]
To-Do:
- templates
- better customization features
- continuing optimizing code

Changelog:
- Nov. 29, 2002 - v2.9 - bugfixes and minor updates (thanks Clankiller)
- Nov. 20, 2002 - v2.8 - removed unused code (thanks Burak smile )
- Nov. 20, 2002 - v2.7 - Added easier method to upload additional file types (thanks Mark smile )
- Nov. 11, 2002 - v2.5 - Wordlets Done
- Oct. 28, 2002 - Initial Update for v6.3+
- Way way back - cal henderson wrote this for ubbcodehackers and ubb v5
_________________________
- Allen wavey
- What Drives You?

Top
#155212 - 10/28/02 04:08 AM Re: [6.3.x] [beta] ubb.db v2.9
CTM Offline
Moderator / Da Masta

Registered: 11/23/01
Posts: 2567
Wow, this is great... Thanks Allen smile

BTW: Is this gonna be used with the Portal? wink

Top
#155213 - 10/28/02 05:11 AM Re: [6.3.x] [beta] ubb.db v2.9
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Allen, did you remove the option of "Create new thread"?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#155214 - 10/28/02 09:46 AM Re: [6.3.x] [beta] ubb.db v2.9
CaCoffin Offline
Member

Registered: 12/02/00
Posts: 152
Loc: Las Vegas, NV
I guess I am a bit ignorant - what does this add ? That is what does having a "plug n play database" do for the board?

Top
#155215 - 10/28/02 09:59 AM Re: [6.3.x] [beta] ubb.db v2.9
Shriveled Toe Offline
Member

Registered: 08/05/02
Posts: 64
Woah... hey. I know a guy who was looking for this very thing a while back. I told him to just create a Forum called Downloads and stick the links in there... this is much *much* nicer.

Thanks

Top
#155216 - 10/28/02 12:33 PM Re: [6.3.x] [beta] ubb.db v2.9
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
No LK, forgot that tipsy

The 'create new threads' needs to be left unchecked. We'll most likely remove it completely in the next update. Your ubb header and footer can be added easily as well. it'll be included in the next version too smile
_________________________
- Allen wavey
- What Drives You?

Top
#155217 - 10/28/02 12:35 PM Re: [6.3.x] [beta] ubb.db v2.9
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Quote:
quote:
Originally posted by CTM:
Wow, this is great... Thanks Allen smile

BTW: Is this gonna be used with the Portal? wink
welcome smile

This will probably become part of the portal, once the coding issues are worked out and modularization issues are worked out for the portal project. That's under the 'code optimization' todo list smile
_________________________
- Allen wavey
- What Drives You?

Top
#155218 - 10/29/02 12:42 AM Re: [6.3.x] [beta] ubb.db v2.9
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Great work with this, should be a good addition to many forums. smile

Top
#155219 - 10/29/02 11:10 AM Re: [6.3.x] [beta] ubb.db v2.9
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
danke smile

It'll be more useful once we get the wordlets and a few other tidbits done smile
_________________________
- Allen wavey
- What Drives You?

Top
#155220 - 10/29/02 03:41 PM Re: [6.3.x] [beta] ubb.db v2.9
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Good job Allen. (And Mark, LK and CC)

Top
#155221 - 10/29/02 10:25 PM Re: [6.3.x] [beta] ubb.db v2.9
CaCoffin Offline
Member

Registered: 12/02/00
Posts: 152
Loc: Las Vegas, NV
Quote:
quote:
Originally posted by CaCoffin:
I guess I am a bit ignorant - what does this add ? That is what does having a "plug n play database" do for the board?
Eh?

Top
#155222 - 10/30/02 10:32 AM Re: [6.3.x] [beta] ubb.db v2.9
bobbel Offline
Junior Member

Registered: 09/04/02
Posts: 16
Very very cool !!!

Thanks a lot for this pluggin laugh
Very usefull!!!

bobbel

Top
#155223 - 10/31/02 01:33 PM Re: [6.3.x] [beta] ubb.db v2.9
bglynn Offline
Member

Registered: 02/28/02
Posts: 33
I don't see any catagories, and the on.gif and off.gif files point to my webpage root, obviously they don't exist.

Top
#155224 - 10/31/02 01:48 PM Re: [6.3.x] [beta] ubb.db v2.9
bglynn Offline
Member

Registered: 02/28/02
Posts: 33
OK nm - I uploaded the CONTENTS of the uploads folder, not the folder itself. Obviously we have to modify for our own icons everywhere I assume? No problem if so...

Top
#155225 - 10/31/02 04:54 PM Re: [6.3.x] [beta] ubb.db v2.9
bglynn Offline
Member

Registered: 02/28/02
Posts: 33
OK, got everything figured except the files won't actually upload. The form submits ok, but it's pathing with the complete path including my local drive.

Top
#155226 - 10/31/02 04:56 PM Re: [6.3.x] [beta] ubb.db v2.9
bglynn Offline
Member

Registered: 02/28/02
Posts: 33
Ah...i see there is a file check for .zip - you need to have it reject the form if a non .zip is trying to be uploaded...I will try to figure out how to modify this because I am only going to use it for .jpg

Top
#155227 - 11/01/02 10:36 AM Re: [6.3.x] [beta] ubb.db v2.9
bglynn Offline
Member

Registered: 02/28/02
Posts: 33
OK, got everything figured out except how to easily add my header and footer...help?

Top
#155228 - 11/01/02 10:40 AM Re: [6.3.x] [beta] ubb.db v2.9
bglynn Offline
Member

Registered: 02/28/02
Posts: 33
I want to have this come up as one of my forum section, like instead fo seeing threads, I want to see the db section with all my formatting. After figuring out how to use the header and footer, I think it just means creating a new forum section, then modifying the forum record to display the db.cgi instead of the forum code. Help?

Top
#155229 - 11/01/02 10:58 AM Re: [6.3.x] [beta] ubb.db v2.9
CaCoffin Offline
Member

Registered: 12/02/00
Posts: 152
Loc: Las Vegas, NV
Quote:
quote:</font><hr />Originally posted by CaCoffin:
<blockquote><font class="small">quote:
[qb]Originally posted by CaCoffin:
I guess I am a bit ignorant - what does this add ? That is what does having a "plug n play database" do for the board?[/qb]
Eh?<hr /></blockquote>Man I must be the biggest idiot in the world that I am the only one who does not understand the purpose of this MOD.

Such an idiot that it is obviously so apparent that not one person has chosen to add a few lines explaining.

Would anyone care to enlighten this idiot?

Top
#155230 - 11/01/02 05:10 PM Re: [6.3.x] [beta] ubb.db v2.9
Charles Capps Offline
Admin Emeritus

Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Yeah, it's not immediately apparent what it is. It's a file database. Users can upload items and have them displayed and indexed.

bglynn - that's a heck of a lot of work you're looking at there... can you explain why you want to change the look so much?
_________________________
UBB.classic: Love it or hate it, it was mine.

Top
Page 1 of 5 1 2 3 4 5 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks